https://github.com/ExpressLRS/ExpressLRS/wiki/CRSF-Protocol
↑まずはコレを読む
- RX側: 全二重(Full Duplex) 42000 Baud / N81
- TX側: 半二重(Half Duplex)
| Open a POWERSHELL window as admin and run the following then choose y (Yoiu can change it back after if you want) | |
| Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass | |
| Execution Policy Change | |
| The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose | |
| you to the security risks described in the about_Execution_Policies help topic at | |
| https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? | |
| [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): y |
| First column: sensitivity (this is what you should copy to your options file) | |
| Second column: minimum angle increment | |
| Third column: maximum angle before massive floating point rounding errors occur (bigger=better) | |
| Fourth column: A measure of resistance to floating point rounding errors for angles less than the maximum in column 3 (bigger=better). Note that all sensitivities listed here are very resistant to floating point rounding errors for angles less than the maximum in column 3, so the fourth column should only be used as a tiebreaker when deciding which sensitivity to use. | |
| 0.004676729 0.01000976552337975 4096 5 | |
| 0.0046767294 0.010009765564749765 4096 8 | |
| 0.00467673 0.010009765606119778 4096 25 | |
| 0.0046767304 0.010009765647489795 4096 21 | |
| 0.004676731 0.010009765688859808 4096 8 |
https://github.com/ExpressLRS/ExpressLRS/wiki/CRSF-Protocol
↑まずはコレを読む
| param( | |
| [Parameter(Mandatory=$true)] | |
| [string]$PackageName | |
| ) | |
| Write-Host "Starting installation process for $PackageName..." | |
| # Check Claude Desktop folder | |
| Write-Host "Checking Claude Desktop installation..." | |
| $claudeFolder = Join-Path $env:APPDATA "Claude" |
Backport of mage-os/mageos-magento2#210 for Magento 2.
File-type custom options cannot be submitted through the REST/SOAP API when adding products to cart. The CustomOptionProcessor does not handle file_info data from API requests, and there is no validation to prevent file uploads on non-file option types.
I wanted a self-hosted OpenClaw deployment on Proxmox, reachable on my LAN, with:
| # ============================================ | |
| # Ghostty Terminal - Complete Configuration | |
| # ============================================ | |
| # File: ~/.config/ghostty/config | |
| # Reload: Cmd+Shift+, (macOS) | |
| # View options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = "Maple Mono NF CN" | |
| font-size = 14 |